func runtime.typedslicecopy
2 uses
runtime (current package)
mbarrier.go#L246: func typedslicecopy(typ *_type, dstPtr unsafe.Pointer, dstLen int, srcPtr unsafe.Pointer, srcLen int) int {
mbarrier.go#L302: return typedslicecopy(elemType, dst.array, dst.len, src.array, src.len)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)